STEP 14: Now we'll add to our list of frequencies for each outcome!
- Click on . Drag out Append and drop it indented INSIDE your loop.
- Change the list variable name in front from my_list to freq_list.
- Change the argument in parentheses to freq.
The loop counts how many of each roll is stored in rolls, and adds that count to freq_list.
To navigate the page using the TAB key, first press ESC to exit the code editor.